home *** CD-ROM | disk | FTP | other *** search
/ Dynamic HTML Construction Kit / Dynamic HTML Construction Kit.iso / source_code / dhtmlunl / dhtml.exe / CD Content / Chap22 / dun22_6.txt < prev    next >
Encoding:
Text File  |  1997-12-18  |  392 b   |  15 lines

  1. <html>
  2. <head>
  3. <title>My Layers</title>
  4. </head>
  5. <body bgcolor="white" text="black">
  6. <layer id="lower" bgcolor="blue" top=100 left=100 width=100 height=40>
  7. <b>This is the 'lower' layer.</b>
  8. </layer>
  9. <layer id="upper" bgcolor="red" top=10 left=10 width=100 height=40>
  10. <b>This is the 'upper' layer.</b>
  11. </layer>
  12. <nolayer>Requires Netscape 4!</nolayer>
  13. </body>
  14. </html>
  15.